UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system syslog service must log informational and more severe SMTP service messages.


Overview

Finding ID Version Rule ID IA Controls Severity
V-836 GEN004460 SV-35051r1_rule ECAR-1 ECAR-2 ECAR-3 ECSC-1 Medium
Description
If informational and more severe SMTP service messages are not logged, malicious activity on the system may go unnoticed.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2013-10-17

Details

Check Text ( None )
None
Fix Text (F-31933r1_fix)
Edit the syslog.conf file and add a configuration line specifying an appropriate destination for critical "mail" syslogs, for example:

mail.crit /var/adm/messages
mail.* /var/adm/messages
*.* /var/adm/messages
*.crit /var/adm/messages